PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowImageContent Class / PDFFlowImageContent Constructor / PDFFlowImageContent Constructor(PDFImage,double,double)
Image to draw in the document.
Width of displayed image.
Height of displayed image.
In This Topic
    PDFFlowImageContent Constructor(PDFImage,double,double)
    In This Topic
    Initializes a new PDFFlowImageContent object.
    Syntax
    public PDFFlowImageContent( 
       PDFImage image,
       double imageWidth,
       double imageHeight
    )

    Parameters

    image
    Image to draw in the document.
    imageWidth
    Width of displayed image.
    imageHeight
    Height of displayed image.
    See Also